home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4985 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  967 b 

  1. Path: news.itd.umich.edu!xxviper
  2. From: xxviper@umich.edu (Chris Herringshaw)
  3. Newsgroups: comp.lang.c++
  4. Subject: Classes over network?
  5. Date: 2 Feb 1996 00:23:59 GMT
  6. Organization: University of Michigan
  7. Message-ID: <4erliv$sva@lastactionhero.rs.itd.umich.edu>
  8. NNTP-Posting-Host: centipede.rs.itd.umich.edu
  9. NNTP-Posting-User: 24748
  10.  
  11.  
  12. Just wondering if anyone has found a fairly decent way to pass objects
  13. over network connections.  Nothing extravagent in my objects, like
  14. other classes, pointers, etc, but I do have one arbitrary length string.
  15. This suggests that bundling the class up into a struct and using
  16. RPC would not be very simple.  Any ideas from the guru's?
  17.  
  18. Thank you.
  19.  
  20. -- 
  21. Chris Herringshaw ------------------------------ voice: (617) 577-9800
  22. net.Genesis                                        fax: (617) 577-9850
  23. 68 Rogers St                                          chris@netgen.com 
  24. Cambridge, MA 02142 --------------------------- http://www.netgen.com/
  25.